home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / workshop / other / testlin / testlin.exe / LINUX / USR / BIN / A#.{1R < prev    next >
Encoding:
Text File  |  1995-11-16  |  105 b   |  7 lines

  1. #!/bin/sh
  2. umount /a:
  3. echo Remove old FLOPPY and insert new FLOPPY...
  4. read x
  5. mount -t msdos /dev/fd0 /a:
  6.  
  7.